home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / oobr / br-vers.el < prev    next >
Encoding:
Text File  |  1995-08-29  |  920 b   |  30 lines

  1. ;;!emacs
  2. ;;
  3. ;; LCD-ENTRY:    oobr|Bob Weiner|oo-browser@hub.ucsb.edu|Multi-Language Object-oriented Browser|29-Aug-95|2.9.8|ftp.cs.uiuc.edu:/pub/xemacs/infodock/
  4. ;;
  5. ;; FILE:         br-vers.el
  6. ;; SUMMARY:      OO-Browser revision number as 'br-version' variable.
  7. ;; USAGE:        GNU Emacs Lisp Library
  8. ;; KEYWORDS:     oop, tools
  9. ;;
  10. ;; AUTHOR:       Bob Weiner
  11. ;; ORG:          Motorola, Inc.
  12. ;;
  13. ;; ORIG-DATE:    16-Mar-95 at 12:31:05
  14. ;; LAST-MOD:     29-Aug-95 at 10:41:00 by Bob Weiner
  15. ;;
  16. ;; Copyright (C) 1995, Free Software Foundation, Inc.
  17. ;; See the file BR-COPY for license information.
  18. ;;
  19. ;; This file is part of the OO-Browser.
  20. ;;
  21. ;; DESCRIPTION:  
  22. ;; DESCRIP-END.
  23.  
  24. ;;; ************************************************************************
  25. ;;; Public variables
  26. ;;; ************************************************************************
  27.  
  28. (defconst br-version "02.09.08" "The OO-Browser revision number.")
  29.  
  30.